/* ============================================================
   Chimney Exp — About Page Styles
   Peanut folder: 113 - chimney-exp_com
   Prefix: pnt113_
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pnt113_about_wrap {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #2d2d2d;
  background-color: #faf7f4;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ── Typography Scale ─────────────────────────────────────── */

.pnt113_about_wrap h1,
.pnt113_about_wrap h2,
.pnt113_about_wrap h3 {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.25;
  color: #1a1a1a;
}

.pnt113_about_wrap p {
  font-size: 1.075rem;
  color: #3d3533;
  margin-bottom: 1.25rem;
}

.pnt113_about_wrap p:last-child {
  margin-bottom: 0;
}

/* ── Hero Banner ──────────────────────────────────────────── */

.pnt113_hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: linear-gradient(135deg, #1a0f08 0%, #2e1505 40%, #5c2508 80%, #8b3a0a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 80px 24px;
}

.pnt113_hero_texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse at 20% 50%, rgba(200, 100, 26, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 30%, rgba(139, 58, 10, 0.22) 0%, transparent 50%);
  pointer-events: none;
}

.pnt113_hero_content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.pnt113_hero_eyebrow {
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8651a;
  margin-bottom: 18px;
  padding: 6px 18px;
  border: 1px solid rgba(200, 101, 26, 0.4);
  border-radius: 2px;
}

.pnt113_about_wrap .pnt113_hero_title {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #fff !important;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pnt113_hero_title span {
  color: #e8895a;
}

.pnt113_hero_subtitle {
  font-family: 'Arial', sans-serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

.pnt113_hero_divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c8651a, #e8895a);
  margin: 28px auto 0;
  border-radius: 2px;
}

/* ── Flame Icon SVG ───────────────────────────────────────── */

.pnt113_flame_icon {
  display: block;
  margin: 0 auto 20px;
  width: 52px;
  height: 52px;
  opacity: 0.9;
}

/* Hero logo (replaces flame in top position) */
.pnt113_hero_logo {
  display: block;
  margin: 0 auto 20px;
  width: 120px;
  height: auto;
}

/* Inline flame + h1 row */
.pnt113_hero_title_wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
}

.pnt113_hero_title_wrap .pnt113_hero_title {
  margin-bottom: 0;
}

.pnt113_flame_inline {
  display: block;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  opacity: 0.9;
  margin: 0;
}

/* ── Section Base ─────────────────────────────────────────── */

.pnt113_section {
  width: 100%;
  padding: 80px 24px;
}

.pnt113_container {
  max-width: 860px;
  margin: 0 auto;
}

.pnt113_container_wide {
  max-width: 1100px;
  margin: 0 auto;
}

/* ── Section Labels ───────────────────────────────────────── */

.pnt113_section_label {
  font-family: 'Arial', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c8651a;
  margin-bottom: 12px;
  display: block;
}

.pnt113_section_heading {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  color: #1a1a1a;
  margin-bottom: 28px;
  font-weight: normal;
}

.pnt113_section_heading_center {
  text-align: center;
}

/* ── Intro Section ────────────────────────────────────────── */

.pnt113_intro {
  background: #fff;
}

.pnt113_intro_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.pnt113_intro_badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fdf1e8;
  border-left: 3px solid #c8651a;
  padding: 14px 20px;
  border-radius: 0 4px 4px 0;
  margin-bottom: 28px;
}

.pnt113_intro_badge_text {
  font-family: 'Arial', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #8b3a0a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pnt113_intro_visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pnt113_stat_card {
  background: #faf7f4;
  border: 1px solid #e8ddd4;
  border-radius: 8px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: box-shadow 0.2s;
}

.pnt113_stat_card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
}

.pnt113_stat_icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #c8651a, #8b3a0a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pnt113_stat_icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.pnt113_stat_number {
  font-size: 1.9rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  font-family: 'Arial', sans-serif;
}

.pnt113_stat_desc {
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  color: #7a6658;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 2px;
}

/* ── Story Section ────────────────────────────────────────── */

.pnt113_story {
  background: #faf7f4;
}

.pnt113_story_inner {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
  align-items: start;
}

.pnt113_story_sidebar {
  padding-top: 6px;
}

.pnt113_story_icon_wrap {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1a0f08, #5c2508);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pnt113_story_icon_wrap svg {
  width: 38px;
  height: 38px;
  fill: #e8895a;
}

.pnt113_story_tagline {
  font-family: 'Arial', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a6658;
  line-height: 1.4;
}

/* ── Trust/Why Section ────────────────────────────────────── */

.pnt113_trust {
  background: #1a0f08;
  color: #fff;
}

.pnt113_trust .pnt113_section_heading {
  color: #fff;
}

.pnt113_trust .pnt113_section_label {
  color: #e8895a;
}

.pnt113_trust .pnt113_about_wrap p,
.pnt113_trust p {
  color: rgba(255, 255, 255, 0.72);
}

.pnt113_trust_intro {
  max-width: 660px;
  margin: 0 auto 56px;
  text-align: center;
  color: rgba(255,255,255,0.72) !important;
  font-size: 1.075rem;
}

.pnt113_trust_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pnt113_trust_card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 32px 28px;
  transition: background 0.2s, border-color 0.2s;
}

.pnt113_trust_card:hover {
  background: rgba(200, 101, 26, 0.1);
  border-color: rgba(200, 101, 26, 0.35);
}

.pnt113_trust_card_icon {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #c8651a, #8b3a0a);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.pnt113_trust_card_icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

.pnt113_trust_card_title {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 10px;
  font-family: 'Georgia', serif;
}

.pnt113_trust_card_text {
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.62);
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── Commitment Section ───────────────────────────────────── */

.pnt113_commitment {
  background: #fff;
}

.pnt113_commitment_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.pnt113_checklist {
  list-style: none;
  margin-top: 28px;
}

.pnt113_checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-family: 'Arial', sans-serif;
  font-size: 0.95rem;
  color: #3d3533;
  line-height: 1.55;
}

.pnt113_checklist li::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #c8651a, #8b3a0a);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: cover;
}

.pnt113_commitment_visual {
  background: linear-gradient(135deg, #1a0f08 0%, #5c2508 100%);
  border-radius: 12px;
  padding: 48px 40px;
  color: #fff;
  text-align: center;
}

.pnt113_commitment_quote {
  font-size: 1.25rem;
  font-style: italic;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 24px;
}

.pnt113_commitment_quote::before {
  content: '\201C';
  display: block;
  font-size: 3.5rem;
  color: #c8651a;
  line-height: 1;
  margin-bottom: 8px;
}

.pnt113_commitment_attr {
  font-family: 'Arial', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* ── Community Section ────────────────────────────────────── */

.pnt113_community {
  background: linear-gradient(135deg, #fdf1e8 0%, #faf7f4 100%);
  border-top: 1px solid #e8ddd4;
  border-bottom: 1px solid #e8ddd4;
}

.pnt113_community_inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: center;
}

.pnt113_cta_block {
  background: #fff;
  border: 1px solid #e8ddd4;
  border-radius: 12px;
  padding: 40px 36px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

.pnt113_cta_block_icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #c8651a, #8b3a0a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.pnt113_cta_block_icon svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.pnt113_cta_heading {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.pnt113_cta_text {
  font-family: 'Arial', sans-serif;
  font-size: 0.9rem;
  color: #7a6658;
  margin-bottom: 24px;
  line-height: 1.6;
}

.pnt113_cta_btn {
  display: inline-block;
  background: #b72911;
  color: #fff;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 4px;
  transition: opacity 0.2s, transform 0.15s;
}

.pnt113_cta_btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.pnt113_cta_note {
  font-family: 'Arial', sans-serif;
  font-size: 0.76rem;
  color: #aaa;
  margin-top: 12px;
  margin-bottom: 0;
}

/* ── Bottom Bar ───────────────────────────────────────────── */

.pnt113_bottom_bar {
  background: #1a0f08;
  padding: 32px 24px;
  text-align: center;
}

.pnt113_bottom_bar_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pnt113_bottom_bar_logo {
  font-family: 'Georgia', serif;
  font-size: 1.3rem;
  color: #fff;
}

.pnt113_bottom_bar_sep {
  color: rgba(255,255,255,0.25);
  font-size: 1.2rem;
}

.pnt113_bottom_bar_tagline {
  font-family: 'Arial', sans-serif;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.08em;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 900px) {
  .pnt113_intro_grid,
  .pnt113_commitment_grid,
  .pnt113_community_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pnt113_story_inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pnt113_story_sidebar {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 0;
  }

  .pnt113_story_icon_wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .pnt113_trust_cards {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin: 0 auto;
  }

  .pnt113_community_inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .pnt113_section {
    padding: 56px 20px;
  }

  .pnt113_hero {
    min-height: 320px;
    padding: 64px 20px;
  }

  .pnt113_commitment_visual {
    padding: 36px 24px;
  }

  .pnt113_cta_block {
    padding: 32px 24px;
  }
}
